Kone
Toggle table of contents
0.0.0-experiment-2025.7.7.13
common
Platform filter
common
Switch theme
Search in API
Kone
kone.automata
/
dev.lounres.kone.automata
/
MovementResult
/
Success
Success
data
class
Success
<
out
State
,
out
Transition
>
(
val
previousState
:
State
,
val
transition
:
Transition
,
val
nextState
:
State
)
:
MovementResult
<
State
,
Transition
,
Nothing
>
(
source
)
Members
Constructors
Success
Link copied to clipboard
constructor
(
previousState
:
State
,
transition
:
Transition
,
nextState
:
State
)
Properties
next
State
Link copied to clipboard
val
nextState
:
State
previous
State
Link copied to clipboard
open
override
val
previousState
:
State
transition
Link copied to clipboard
open
override
val
transition
:
Transition